public function __toString()
 {
     $str = parent::__toString();
     if ($this->_fileType) {
         $str .= "\nFile type: " . $this->_fileType;
     }
     return $str;
 }