Looks like your 2 sprites and 2 text fields are all different objects, so you can actually add them all to a container. Container can combine objects of different types, but only one instance of each. Container will help with picking - you pick one "parent" object, and all other instances from this container are picked automatically. If you don't need some instance in the container, you can't destroy it, you will have to make it invisible, or move off the screen...
.
I'm not sure what's going on your screenshot. If all objects in one group are placed at some fixed distance from each other, I guess you can choose one "parent" object (questions sprite), and pin all other objects to it. And them change position of just the questions sprite.