To find the union of two graphs, we combine the vertices and edges of both graphs.
To find the intersection, we retain only the vertices and edges that are common to both graphs.
Thus, the correct answer is the graph with the union and intersection of \( G \) and \( H \), as shown in Option 1.