public String getImageLabel() {
   return left.getImageLabel() + operation.operand() + right.getImageLabel();
 }