Just trying to delete all text with the exception of button text. But I guess I will just use other text objects for button text then. Might also have better performance than checking collisions etc. .
If it is just to pick the objects without involving any overlap check you could add an instance variable or boolean and check Pick by comparison, this is assuming that you don't really need to check for overlaps