Character

constructor(    name: String,     title: String?,     formerNames: List<String>,     unlockedTitles: Int,     sex: Sex,     vocation: Vocation,     level: Int,     achievementPoints: Int,     world: String,     formerWorld: String?,     residence: String,     marriedTo: String?,     houses: List<CharacterHouse>,     guildMembership: GuildMembership?,     lastLogin: Instant?,     position: String?,     comment: String?,     isPremium: Boolean,     isRecentlyTraded: Boolean,     deletionDate: Instant?,     badges: List<AccountBadge>,     achievements: List<DisplayedAchievement>,     deaths: List<Death>,     accountInformation: AccountInformation?,     otherCharacters: List<OtherCharacter>)(source)