PASSIONS -> {
                    assertIsListOfString(newValue)
                    user.passions = newValue as List<String>
                }