public String getUnitPrice() {
   return String.format("%.2f", product.getUnitPrice());
 }