Map<String, dynamic> toJson() => { 'geburtsdatum': birthday?.toDMY(), 'vorname': firstName, 'nachname': familyName, };