Map<String, int> toMap() { return { 'open': openConnections, 'busy': busyConnections, 'available': availableConnections, 'max': maxOpenConnections, }; }