/**
  * Returns worker type
  *
  * @return string
  */
 public function getWorkerType()
 {
     return $this->node->getWorker();
 }