How to check collision with the latest placed object in a stacking game?

There are objects with Physics 2.0 that fall one after another on top of each other — like a tower game where you have to catch items. I group these objects into an object group.
The question is: how can I detect a collision between the falling object and the last object that has already landed earlier?