protected function getUnitsValueDescription(SingleDie $units)
 {
     if ($units->getValue() == null) {
         return '*';
     }
     return $this->getUnitsValue($units);
 }