/**
  * @return Operation|false
  */
 public function getCurrentOperation()
 {
     return $this->operations->current();
 }