public MutableBooleanList toList() {
   return BooleanArrayList.newList(this);
 }