How to detect colliders on different objects with trigger

Hi!
So, I have one trigger and different objects, that I need to detect with OnTriggerStay and trow to another class. But OnTriggerStay takes only one object and returns it. How can I do it?

Oh, OK its solved, objects just didnt collide each other. So, you can return multiple objects with OnTriggerStay