Map<String, dynamic> toMap() { return { 'email': email, 'name': name, 'company': company, 'jobTitle': jobTitle, 'avatar': avatar, }; }