Map<String, dynamic> toMap() { return { 'coHost': coHost, 'coHostResponsibilities': coHostResponsibilities.map((x) => x.toMap()).toList(), }; }