if (!filter_var($this->level, FILTER_VALIDATE_INT)) {
            $this->level = 1;
        }