To check for a specific group collision in an Area you can make use of signals.
Connect the signal to the appropriate code then use the body variable in the signal code given to you to check, in this case you'll probably want one containing a body if you wonder what to pick.
if body.is_in_group("ExampleGroup"):
# Insert code you want to execute here
pesudo code example.