567891011
public class UserPreferences { public User user; public UserPreferences() { this(new User()); }