clearly adding ([0],[0]) repeatedly will only yield ([0],[0]) (not surprising it IS the identity, which always has order one).
so if we have a generator, it must be one of the "other three".
now ([0],[1]) + ([0],[1]) = ([0+0],[1+1]) = ([0],[2]) = ([0],[0]) (2 is 0 mod 2)
so ([0],[1]) has order 2, thus it generates a group of order 2, so it doesn't generate B
(which has order 4).
([1],[0]) + ([1],[0]) = ([1+1],[0+0]) = ([2],[0]) = ([0],[0]) so this is also not a generator for B.
one more to go:
([1],[1]) + ([1],[1]) = ([1+1],[1+1]) = ([2],[2]) = ([0],[0]), no this element has order 2, as well.
we have NO generator, so B is not cyclic, so B is not isomorphic to G.