Map<String, dynamic> toJson() { return { 'servers': servers.toJson(), 'users': users.toJson(), 'email': email.toJson(), 'sms': sms.toJson(), }; }