/**
  * Constructs this User object
  */
 public function __construct()
 {
     parent::__construct();
     $this->preferences = new UserPreferences();
 }