public function __construct($level)
 {
     $this->isValidLevel($level);
     parent::__construct($this->levels[$level]);
 }