Objects that are members of the class are in a bunch.
No. Objects fall into a heap.
... while local variables and value types [go] the stack.
No. All local variables are allocated on the stack. If they are references to objects, the corresponding objects are on the heap if they exist.
Is it possible and possible to push an object on a stack or a bunch forcibly?
. . .