@Override
 public Boolean getValue(PrecioItemProxy object) {
   // Get the value from the selection model.
   return selectionModel.isSelected(object);
 }