protected function findItems($options, array &$results)
 {
     parent::findItems($options, $results);
     // \MUtil_Echo::r($options);
     if ($this->check($options)) {
         $results[] = $this;
     }
 }