Map<String, dynamic> toJson() { return { 'civility': civility, 'firstname': firstname, 'lastname': lastname, 'email': email, 'picture': picture, }; }