public function getLabel($label = NULL)
 {
     if ($this->old_label) {
         return parent::getLabel();
     } else {
         return NULL;
     }
 }