public boolean isEmpty() {
   return list.isEmpty();
 }