@Override
 public void describeTo(final Description description) {
   description.appendText("is same as ").appendText(item.toString());
 }