bool matchWithTwoZeroesWrapped(String secondString) { return wrapTwoZeroes() == secondString.wrapTwoZeroes(); }