@Override
 protected boolean filter(Task task) {
   return task.getPriority().equals(Priority.LOW);
 }