/** Dumps the mappings contained in the phone prefix map. */
 @Override
 public String toString() {
   return phonePrefixMapStorage.toString();
 }