public function __construct($userProfile) { parent::__construct($userProfile); }
public function canChangePassword() { return parent::_canChangePassword(); }