SEXUAL_ORIENTATIONS -> {
                    assertIsListOfString(newValue)
                    user.sexualOrientations = newValue as List<String>
                }