public function getDefaultTags()
 {
     $tags = parent::getDefaultTags();
     $tags[] = $this->getCollectionName();
     return $tags;
 }