/**
  * @return string
  */
 public function getTitle()
 {
     return parent::getTitle() . ' - ' . Zurmo::t('WorkflowsModule', 'On-Save');
 }
 /**
  * @return string
  */
 public function getTitle()
 {
     return parent::getTitle() . ' - ' . Zurmo::t('WorkflowsModule', 'Time-Based');
 }