Map<String, dynamic> toJson() => { "firstName": firstName.toJson(), "lastName": lastName.toJson(), "profilePicture": profilePicture.toJson(), "id": id, };